home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Explorer Pro 5 / H-SCOPE-PRO AIO.iso / Horoscope telugu and seven languages 2011 / Horo+scope 001.exe / horoscope.exe / 0 / RCDATA / TFRMSTRINPUT / TFRMSTRINPUT.txt
Text File  |  2010-08-14  |  956b  |  54 lines

  1. object frmStrInput: TfrmStrInput
  2.   Left = 195
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'Caption'
  6.   ClientHeight = 87
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Prompt: TLabel
  19.     Left = 6
  20.     Top = 6
  21.     Width = 34
  22.     Height = 13
  23.     Caption = 'Prompt'
  24.     FocusControl = edtStr
  25.   end
  26.   object edtStr: TEdit
  27.     Left = 6
  28.     Top = 24
  29.     Width = 275
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object BitBtn7: TButton
  34.     Left = 164
  35.     Top = 55
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object BitBtn6: TButton
  44.     Left = 49
  45.     Top = 55
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53. end
  54.